home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / experimental / adosfs.readme < prev    next >
Text File  |  1995-10-22  |  1KB  |  26 lines

  1. Descr:     GNU copylefted implementation of AmigaDOS-FS, contains code
  2.     from AMIX.
  3.  
  4. This is a minimal README for the ADOS FS for NetBSD-Amiga!
  5.  
  6. Install ths sys/adosfs in your ordinary kernelsrc tree.
  7. apply "patch -N -p0 < adosfsdiffs" in the dir where your sys/ dir
  8. resides, typically /usr/src.
  9. Add "options ADOSFS" to sys/arch/amiga/conf/YOUR_CONFIG_FILE".
  10. If you wanto to add "options ADOSFSDEBUG" as well, check the source
  11. to see what this means.
  12. Install your new sys/sys/{mount,malloc,vnode}.h in /usr/include/sys
  13. Compile mount_adosfs in sbin/mount_adosfs/ and install in /sbin/
  14. Configure and compile kernel then test it.
  15. Try this:
  16. mount -t adosfs -o ro /dev/sd?? /mnt
  17. where /dev/sdxx should be a non-BSD partition, where you really have
  18. an amigados FFS.
  19.  
  20. Niklas (niklas@appli.se)
  21.  
  22. PS the AMIX dir holds the ADOS FS code by Frank "Crash" Edwards for
  23.    Amiga UNIX.  My code is based on his work, and would not be reality
  24.    without it.  If you distribute this package further, remember to
  25.    include his code in order to satisfy the GNU General Public License.
  26.    Help stamp out software hoarding...